home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / lib / python2.5 / config / Makefile
Makefile  |  2008-10-05  |  39KB  |  1,139 lines

  1. # Generated automatically from Makefile.pre by makesetup.
  2. # Top-level Makefile for Python
  3. #
  4. # As distributed, this file is called Makefile.pre.in; it is processed
  5. # into the real Makefile by running the script ./configure, which
  6. # replaces things like @spam@ with values appropriate for your system.
  7. # This means that if you edit Makefile, your changes get lost the next
  8. # time you run the configure script.  Ideally, you can do:
  9. #
  10. #    ./configure
  11. #    make
  12. #    make test
  13. #    make install
  14. #
  15. # If you have a previous version of Python installed that you don't
  16. # want to overwrite, you can use "make altinstall" instead of "make
  17. # install".  Refer to the "Installing" section in the README file for
  18. # additional details.
  19. #
  20. # See also the section "Build instructions" in the README file.
  21.  
  22. # === Variables set by makesetup ===
  23.  
  24. MODOBJS=          Modules/threadmodule.o  Modules/signalmodule.o  Modules/posixmodule.o  Modules/errnomodule.o  Modules/pwdmodule.o  Modules/_sre.o  Modules/_codecsmodule.o  Modules/zipimport.o  Modules/symtablemodule.o  Modules/xxsubtype.o
  25. MODLIBS=        $(LOCALMODLIBS) $(BASEMODLIBS)
  26.  
  27. # === Variables set by configure
  28. VERSION=    2.5
  29. srcdir=        ..
  30. VPATH=        ..
  31.  
  32. CC=        gcc -pthread
  33. CXX=        g++ -pthread
  34. MAINCC=        $(CC)
  35. LINKCC=        $(PURIFY) $(MAINCC)
  36. AR=        ar
  37. RANLIB=        ranlib
  38. SVNVERSION=    echo exported
  39.  
  40. # Shell used by make (some versions default to the login shell, which is bad)
  41. SHELL=        /bin/sh
  42.  
  43. # Use this to make a link between python$(VERSION) and python in $(BINDIR)
  44. LN=        ln
  45.  
  46. # Portable install script (configure doesn't always guess right)
  47. INSTALL=    /usr/bin/install -c
  48. INSTALL_PROGRAM=${INSTALL}
  49. INSTALL_SCRIPT= ${INSTALL}
  50. INSTALL_DATA=    ${INSTALL} -m 644
  51. # Shared libraries must be installed with executable mode on some systems;
  52. # rather than figuring out exactly which, we always give them executable mode.
  53. # Also, making them read-only seems to be a good idea...
  54. INSTALL_SHARED= ${INSTALL} -m 555
  55.  
  56. MAKESETUP=      $(srcdir)/Modules/makesetup
  57.  
  58. # Compiler options
  59. OPT=        -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes
  60. BASECFLAGS=     -fno-strict-aliasing
  61. CFLAGS=        $(BASECFLAGS) $(OPT) $(EXTRA_CFLAGS)
  62. # Both CPPFLAGS and LDFLAGS need to contain the shell's value for setup.py to
  63. # be able to build extension modules using the directories specified in the
  64. # environment variables
  65. CPPFLAGS=    -I. -IInclude -I$(srcdir)/Include 
  66. LDFLAGS=    -Wl,-Bsymbolic-functions
  67. LDLAST=        
  68. SGI_ABI=    
  69. CCSHARED=    -fPIC
  70. LINKFORSHARED=    -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions
  71. # Extra C flags added for building the interpreter object files.
  72. CFLAGSFORSHARED=$(CCSHARED)
  73. # C flags used for building the interpreter object files
  74. PY_CFLAGS=    $(CFLAGS) $(CPPFLAGS) $(CFLAGSFORSHARED) -DPy_BUILD_CORE
  75.  
  76.  
  77. # Machine-dependent subdirectories
  78. MACHDEP=    linux2
  79.  
  80. # Install prefix for architecture-independent files
  81. prefix=        /usr
  82.  
  83. # Install prefix for architecture-dependent files
  84. exec_prefix=    ${prefix}
  85.  
  86. # Install prefix for data files
  87. datarootdir=    ${prefix}/share
  88.  
  89. # Expanded directories
  90. BINDIR=        $(exec_prefix)/bin
  91. LIBDIR=        $(exec_prefix)/lib
  92. MANDIR=        ${datarootdir}/man
  93. INCLUDEDIR=    ${prefix}/include
  94. CONFINCLUDEDIR=    $(exec_prefix)/include
  95. SCRIPTDIR=    $(prefix)/lib
  96.  
  97. # Detailed destination directories
  98. BINLIBDEST=    $(LIBDIR)/python$(VERSION)
  99. LIBDEST=    $(SCRIPTDIR)/python$(VERSION)
  100. INCLUDEPY=    $(INCLUDEDIR)/python$(VERSION)$(DEBUG_EXT)
  101. CONFINCLUDEPY=    $(CONFINCLUDEDIR)/python$(VERSION)$(DEBUG_EXT)
  102. LIBP=        $(LIBDIR)/python$(VERSION)
  103.  
  104. # Symbols used for using shared libraries
  105. SO=        .so
  106. LDSHARED=    $(CC) -shared -Wl,-O1 -Wl,-Bsymbolic-functions
  107. BLDSHARED=    $(CC) -shared -Wl,-O1 -Wl,-Bsymbolic-functions
  108. DESTSHARED=    $(BINLIBDEST)/lib-dynload
  109.  
  110. # Executable suffix (.exe on Windows and Mac OS X)
  111. EXE=        
  112. BUILDEXE=    
  113.  
  114. DEBUG_EXT=    
  115.  
  116. # Short name and location for Mac OS X Python framework
  117. UNIVERSALSDK=
  118. PYTHONFRAMEWORK=    
  119. PYTHONFRAMEWORKDIR=    no-framework
  120. PYTHONFRAMEWORKPREFIX=    
  121. PYTHONFRAMEWORKINSTALLDIR= 
  122. # Deployment target selected during configure, to be checked
  123. # by distutils. The export statement is needed to ensure that the
  124. # deployment target is active during build.
  125. MACOSX_DEPLOYMENT_TARGET=
  126. #export MACOSX_DEPLOYMENT_TARGET
  127.  
  128. # Options to enable prebinding (for fast startup prior to Mac OS X 10.3)
  129. OTHER_LIBTOOL_OPT=
  130.  
  131. # Environment to run shared python without installed libraries
  132. RUNSHARED=
  133.  
  134. # Modes for directories, executables and data files created by the
  135. # install process.  Default to user-only-writable for all file types.
  136. DIRMODE=    755
  137. EXEMODE=    755
  138. FILEMODE=    644
  139.  
  140. # configure script arguments
  141. CONFIG_ARGS=     '--enable-shared' '--prefix=/usr' '--enable-ipv6' '--enable-unicode=ucs4' '--without-cxx' '--with-system-ffi' '--with-fpectl' 'CC=gcc' 'CFLAGS=-g -O2' 'LDFLAGS=-Wl,-Bsymbolic-functions' 'CPPFLAGS='
  142.  
  143.  
  144. # Subdirectories with code
  145. SRCDIRS=     Parser Grammar Objects Python Modules Mac
  146.  
  147. # Other subdirectories
  148. SUBDIRSTOO=    Include Lib Misc Demo
  149.  
  150. # Files and directories to be distributed
  151. CONFIGFILES=    configure configure.in acconfig.h pyconfig.h.in Makefile.pre.in
  152. DISTFILES=    README ChangeLog $(CONFIGFILES)
  153. DISTDIRS=    $(SUBDIRS) $(SUBDIRSTOO) Ext-dummy
  154. DIST=        $(DISTFILES) $(DISTDIRS)
  155.  
  156.  
  157. LIBRARY=    libpython$(VERSION).a
  158. LDLIBRARY=      libpython$(VERSION).so
  159. BLDLIBRARY=     -L. -lpython$(VERSION)
  160. DLLLIBRARY=    
  161. LDLIBRARYDIR=   
  162. INSTSONAME=    libpython$(VERSION).so.1.0
  163.  
  164.  
  165. LIBS=        -lpthread -ldl  -lutil
  166. LIBM=        -lm
  167. LIBC=        
  168. SYSLIBS=    $(LIBM) $(LIBC)
  169. SHLIBS=        $(LIBS)
  170.  
  171. THREADOBJ=    Python/thread.o
  172. DLINCLDIR=    .
  173. DYNLOADFILE=    dynload_shlib.o
  174. MACHDEP_OBJS=    
  175. UNICODE_OBJS=   Objects/unicodeobject.o Objects/unicodectype.o
  176.  
  177. PYTHON=        python$(EXE)
  178. BUILDPYTHON=    python$(BUILDEXE)
  179.  
  180. # === Definitions added by makesetup ===
  181.  
  182. LOCALMODLIBS=          
  183. BASEMODLIBS=
  184. GLHACK=-Dclear=__GLclear
  185. PYTHONPATH=$(COREPYTHONPATH)
  186. COREPYTHONPATH=$(DESTPATH)$(SITEPATH)$(TESTPATH)$(MACHDEPPATH)$(EXTRAMACHDEPPATH)$(TKPATH)
  187. TKPATH=:lib-tk
  188. EXTRAMACHDEPPATH=
  189. MACHDEPPATH=:plat-$(MACHDEP)
  190. TESTPATH=
  191. SITEPATH=
  192. DESTPATH=
  193. MACHDESTLIB=$(BINLIBDEST)
  194. DESTLIB=$(LIBDEST)
  195.  
  196.  
  197.  
  198. ##########################################################################
  199. # Modules
  200. MODULE_OBJS=    \
  201.         Modules/config.o \
  202.         Modules/getpath.o \
  203.         Modules/main.o \
  204.         Modules/gcmodule.o
  205.  
  206. # Used of signalmodule.o is not available
  207. SIGNAL_OBJS=    
  208.  
  209.  
  210. ##########################################################################
  211. # Grammar
  212. GRAMMAR_H=    $(srcdir)/Include/graminit.h
  213. GRAMMAR_C=    $(srcdir)/Python/graminit.c
  214. GRAMMAR_INPUT=    $(srcdir)/Grammar/Grammar
  215.  
  216.  
  217. ##########################################################################
  218. # Parser
  219. PGEN=        Parser/pgen$(EXE)
  220.  
  221. POBJS=        \
  222.         Parser/acceler.o \
  223.         Parser/grammar1.o \
  224.         Parser/listnode.o \
  225.         Parser/node.o \
  226.         Parser/parser.o \
  227.         Parser/parsetok.o \
  228.         Parser/bitset.o \
  229.         Parser/metagrammar.o \
  230.         Parser/firstsets.o \
  231.         Parser/grammar.o \
  232.         Parser/pgen.o
  233.  
  234. PARSER_OBJS=    $(POBJS) Parser/myreadline.o Parser/tokenizer.o
  235.  
  236. PGOBJS=        \
  237.         Objects/obmalloc.o \
  238.         Python/mysnprintf.o \
  239.         Parser/tokenizer_pgen.o \
  240.         Parser/printgrammar.o \
  241.         Parser/pgenmain.o
  242.  
  243. PGENOBJS=    $(PGENMAIN) $(POBJS) $(PGOBJS)
  244.  
  245. ##########################################################################
  246. # AST
  247. AST_H_DIR=    $(srcdir)/Include
  248. AST_H=        $(AST_H_DIR)/Python-ast.h
  249. AST_C_DIR=    $(srcdir)/Python
  250. AST_C=        $(AST_C_DIR)/Python-ast.c
  251. AST_ASDL=    $(srcdir)/Parser/Python.asdl
  252.  
  253. ASDLGEN_FILES=    $(srcdir)/Parser/asdl.py $(srcdir)/Parser/asdl_c.py
  254. # XXX Note that a build now requires Python exist before the build starts
  255. ASDLGEN=    $(srcdir)/Parser/asdl_c.py
  256.  
  257. ##########################################################################
  258. # Python
  259. PYTHON_OBJS=    \
  260.         Python/Python-ast.o \
  261.         Python/asdl.o \
  262.         Python/ast.o \
  263.         Python/bltinmodule.o \
  264.         Python/ceval.o \
  265.         Python/compile.o \
  266.         Python/codecs.o \
  267.         Python/errors.o \
  268.         Python/frozen.o \
  269.         Python/frozenmain.o \
  270.         Python/future.o \
  271.         Python/getargs.o \
  272.         Python/getcompiler.o \
  273.         Python/getcopyright.o \
  274.         Python/getmtime.o \
  275.         Python/getplatform.o \
  276.         Python/getversion.o \
  277.         Python/graminit.o \
  278.         Python/import.o \
  279.         Python/importdl.o \
  280.         Python/marshal.o \
  281.         Python/modsupport.o \
  282.         Python/mystrtoul.o \
  283.         Python/mysnprintf.o \
  284.         Python/pyarena.o \
  285.         Python/pyfpe.o \
  286.         Python/pystate.o \
  287.         Python/pythonrun.o \
  288.         Python/structmember.o \
  289.         Python/symtable.o \
  290.         Python/sysmodule.o \
  291.         Python/traceback.o \
  292.         Python/getopt.o \
  293.         Python/pystrtod.o \
  294.         Python/$(DYNLOADFILE) \
  295.         $(MACHDEP_OBJS) \
  296.         $(THREADOBJ)
  297.  
  298.  
  299. ##########################################################################
  300. # Objects
  301. OBJECT_OBJS=    \
  302.         Objects/abstract.o \
  303.         Objects/boolobject.o \
  304.         Objects/bufferobject.o \
  305.         Objects/cellobject.o \
  306.         Objects/classobject.o \
  307.         Objects/cobject.o \
  308.         Objects/codeobject.o \
  309.         Objects/complexobject.o \
  310.         Objects/descrobject.o \
  311.         Objects/enumobject.o \
  312.         Objects/exceptions.o \
  313.         Objects/genobject.o \
  314.         Objects/fileobject.o \
  315.         Objects/floatobject.o \
  316.         Objects/frameobject.o \
  317.         Objects/funcobject.o \
  318.         Objects/intobject.o \
  319.         Objects/iterobject.o \
  320.         Objects/listobject.o \
  321.         Objects/longobject.o \
  322.         Objects/dictobject.o \
  323.         Objects/methodobject.o \
  324.         Objects/moduleobject.o \
  325.         Objects/object.o \
  326.         Objects/obmalloc.o \
  327.         Objects/rangeobject.o \
  328.                 Objects/setobject.o \
  329.         Objects/sliceobject.o \
  330.         Objects/stringobject.o \
  331.         Objects/structseq.o \
  332.         Objects/tupleobject.o \
  333.         Objects/typeobject.o \
  334.         Objects/weakrefobject.o \
  335.         $(UNICODE_OBJS)
  336.  
  337.  
  338. ##########################################################################
  339. # objects that get linked into the Python library
  340. LIBRARY_OBJS=    \
  341.         Modules/_typesmodule.o \
  342.         Modules/getbuildinfo.o \
  343.         $(PARSER_OBJS) \
  344.         $(OBJECT_OBJS) \
  345.         $(PYTHON_OBJS) \
  346.         $(MODULE_OBJS) \
  347.         $(SIGNAL_OBJS) \
  348.         $(MODOBJS)
  349.  
  350. #########################################################################
  351. # Rules
  352.  
  353. # Default target
  354. all:        $(BUILDPYTHON) oldsharedmods sharedmods
  355.  
  356. # Build the interpreter
  357. $(BUILDPYTHON):    Modules/python.o $(LIBRARY) $(LDLIBRARY)
  358.         $(LINKCC) $(LDFLAGS) $(LINKFORSHARED) -o $@ \
  359.             Modules/python.o \
  360.             $(BLDLIBRARY) $(LIBS) $(MODLIBS) $(SYSLIBS) $(LDLAST)
  361.  
  362. platform: $(BUILDPYTHON)
  363.     $(RUNSHARED) ./$(BUILDPYTHON) -E -c 'import sys ; from distutils.util import get_platform ; print get_platform()+"-"+sys.version[0:3]' >platform
  364.  
  365.  
  366. # Build the shared modules
  367. sharedmods: $(BUILDPYTHON)
  368.     case $$MAKEFLAGS in \
  369.     *-s*) $(RUNSHARED) CC='$(CC)' LDSHARED='$(BLDSHARED)' OPT='$(OPT)' ./$(BUILDPYTHON) -E $(srcdir)/setup.py -q build;; \
  370.     *) $(RUNSHARED) CC='$(CC)' LDSHARED='$(BLDSHARED)' OPT='$(OPT)' ./$(BUILDPYTHON) -E $(srcdir)/setup.py build;; \
  371.     esac
  372.  
  373. # Build static library
  374. # avoid long command lines, same as LIBRARY_OBJS
  375. $(LIBRARY): $(LIBRARY_OBJS)
  376.     -rm -f $@
  377.     $(AR) cr $@ Modules/getbuildinfo.o
  378.     $(AR) cr $@ Modules/_typesmodule.o
  379.     $(AR) cr $@ $(PARSER_OBJS)
  380.     $(AR) cr $@ $(OBJECT_OBJS)
  381.     $(AR) cr $@ $(PYTHON_OBJS)
  382.     $(AR) cr $@ $(MODULE_OBJS) $(SIGNAL_OBJS)
  383.     $(AR) cr $@ $(MODOBJS)
  384.     $(RANLIB) $@
  385.  
  386. libpython$(VERSION).so: $(LIBRARY_OBJS)
  387.     if test $(INSTSONAME) != $(LDLIBRARY); then \
  388.         $(LDSHARED) $(LDFLAGS) -Wl,-h$(INSTSONAME) -o $(INSTSONAME) $(LIBRARY_OBJS) $(SHLIBS) $(LIBC) $(LIBM) $(LDLAST); \
  389.         $(LN) -f $(INSTSONAME) $@; \
  390.     else\
  391.         $(LDSHARED) $(LDFLAGS) -o $@ $(LIBRARY_OBJS) $(SHLIBS) $(LIBC) $(LIBM) $(LDLAST); \
  392.     fi
  393.  
  394. libpython$(VERSION).sl: $(LIBRARY_OBJS)
  395.     $(LDSHARED) $(LDFLAGS) -o $@ $(LIBRARY_OBJS) $(SHLIBS) $(LIBC) $(LIBM) $(LDLAST)
  396.  
  397. # This rule is here for OPENSTEP/Rhapsody/MacOSX. It builds a temporary
  398. # minimal framework (not including the Lib directory and such) in the current
  399. # directory.
  400. RESSRCDIR=$(srcdir)/Mac/Resources/framework
  401. $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK): \
  402.         $(LIBRARY) \
  403.         $(RESSRCDIR)/Info.plist \
  404.                 $(RESSRCDIR)/version.plist \
  405.                 $(RESSRCDIR)/English.lproj/InfoPlist.strings
  406.     $(INSTALL) -d -m $(DIRMODE) $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)
  407.     if test "${UNIVERSALSDK}"; then \
  408.         $(CC) -o $(LDLIBRARY) -arch i386 -arch ppc -dynamiclib \
  409.             -isysroot "${UNIVERSALSDK}" \
  410.             -all_load $(LIBRARY) -Wl,-single_module \
  411.             -install_name $(DESTDIR)$(PYTHONFRAMEWORKINSTALLDIR)/Versions/$(VERSION)/Python \
  412.             -compatibility_version $(VERSION) \
  413.             -current_version $(VERSION); \
  414.         else \
  415.         /usr/bin/libtool -o $(LDLIBRARY) -dynamic $(OTHER_LIBTOOL_OPT) $(LIBRARY) \
  416.              ;\
  417.     fi
  418.     $(INSTALL) -d -m $(DIRMODE)  \
  419.         $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/Resources/English.lproj
  420.     $(INSTALL_DATA) $(RESSRCDIR)/Info.plist \
  421.         $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/Resources/Info.plist
  422.     $(INSTALL_DATA) $(RESSRCDIR)/version.plist \
  423.         $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/Resources/version.plist
  424.     $(INSTALL_DATA) $(RESSRCDIR)/English.lproj/InfoPlist.strings \
  425.         $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/Resources/English.lproj/InfoPlist.strings
  426.     $(LN) -fsn $(VERSION) $(PYTHONFRAMEWORKDIR)/Versions/Current
  427.     $(LN) -fsn Versions/Current/$(PYTHONFRAMEWORK) $(PYTHONFRAMEWORKDIR)/$(PYTHONFRAMEWORK)
  428.     $(LN) -fsn Versions/Current/Headers $(PYTHONFRAMEWORKDIR)/Headers
  429.     $(LN) -fsn Versions/Current/Resources $(PYTHONFRAMEWORKDIR)/Resources
  430.  
  431. # This rule builds the Cygwin Python DLL and import library if configured
  432. # for a shared core library; otherwise, this rule is a noop.
  433. $(DLLLIBRARY) libpython$(VERSION).dll.a: $(LIBRARY_OBJS)
  434.     if test -n "$(DLLLIBRARY)"; then \
  435.         $(LDSHARED) $(LDFLAGS) -Wl,--out-implib=$@ -o $(DLLLIBRARY) $^ \
  436.             $(LIBS) $(MODLIBS) $(SYSLIBS) $(LDLAST); \
  437.     else true; \
  438.     fi
  439.  
  440.  
  441. oldsharedmods: $(SHAREDMODS)
  442.  
  443.  
  444. Makefile Modules/config.c: Makefile.pre \
  445.                 $(srcdir)/Modules/config.c.in \
  446.                 $(MAKESETUP) \
  447.                 Modules/Setup.config \
  448.                 Modules/Setup \
  449.                 Modules/Setup.local
  450.     $(SHELL) $(MAKESETUP) -c $(srcdir)/Modules/config.c.in \
  451.                 -s Modules \
  452.                 Modules/Setup.config \
  453.                 Modules/Setup.local \
  454.                 Modules/Setup
  455.     @mv config.c Modules
  456.     @echo "The Makefile was updated, you may need to re-run make."
  457.  
  458.  
  459. Modules/Setup: $(srcdir)/Modules/Setup.dist
  460.     @if test -f Modules/Setup; then \
  461.         echo "-----------------------------------------------"; \
  462.         echo "Modules/Setup.dist is newer than Modules/Setup;"; \
  463.         echo "check to make sure you have all the updates you"; \
  464.         echo "need in your Modules/Setup file."; \
  465.         echo "Usually, copying Setup.dist to Setup will work."; \
  466.         echo "-----------------------------------------------"; \
  467.     fi
  468.  
  469. ############################################################################
  470. # Special rules for object files
  471.  
  472. Modules/getbuildinfo.o: $(PARSER_OBJS) \
  473.         $(OBJECT_OBJS) \
  474.         $(PYTHON_OBJS) \
  475.         $(MODULE_OBJS) \
  476.         $(SIGNAL_OBJS) \
  477.         $(MODOBJS) \
  478.         $(srcdir)/Modules/getbuildinfo.c
  479.     $(CC) -c $(PY_CFLAGS) -DSVNVERSION=\"`LC_ALL=C $(SVNVERSION)`\" -o $@ $(srcdir)/Modules/getbuildinfo.c
  480.  
  481. Modules/getpath.o: $(srcdir)/Modules/getpath.c Makefile
  482.     $(CC) -c $(PY_CFLAGS) -DPYTHONPATH='"$(PYTHONPATH)"' \
  483.         -DPREFIX='"$(prefix)"' \
  484.         -DEXEC_PREFIX='"$(exec_prefix)"' \
  485.         -DVERSION='"$(VERSION)"' \
  486.         -DVPATH='"$(VPATH)"' \
  487.         -o $@ $(srcdir)/Modules/getpath.c
  488.  
  489. Modules/python.o: $(srcdir)/Modules/python.c
  490.     $(MAINCC) -c $(PY_CFLAGS) -o $@ $(srcdir)/Modules/python.c
  491.  
  492.  
  493. $(GRAMMAR_H) $(GRAMMAR_C): $(PGEN) $(GRAMMAR_INPUT)
  494.         -@ mkdir Include
  495.         -$(PGEN) $(GRAMMAR_INPUT) $(GRAMMAR_H) $(GRAMMAR_C)
  496.  
  497. $(PGEN):    $(PGENOBJS)
  498.         $(CC) $(OPT) $(LDFLAGS) $(PGENOBJS) $(LIBS) -o $(PGEN)
  499.  
  500. Parser/grammar.o:    $(srcdir)/Parser/grammar.c \
  501.                 $(srcdir)/Include/token.h \
  502.                 $(srcdir)/Include/grammar.h
  503. Parser/metagrammar.o:    $(srcdir)/Parser/metagrammar.c
  504.  
  505. Parser/tokenizer_pgen.o:    $(srcdir)/Parser/tokenizer.c
  506.  
  507. $(AST_H): $(AST_ASDL) $(ASDLGEN_FILES)
  508.     $(ASDLGEN) -h $(AST_H_DIR) $(AST_ASDL)
  509.  
  510. $(AST_C): $(AST_ASDL) $(ASDLGEN_FILES)
  511.     $(ASDLGEN) -c $(AST_C_DIR) $(AST_ASDL)
  512.  
  513. Python/compile.o Python/symtable.o: $(GRAMMAR_H) $(AST_H)
  514.  
  515. Python/getplatform.o: $(srcdir)/Python/getplatform.c
  516.         $(CC) -c $(PY_CFLAGS) -DPLATFORM='"$(MACHDEP)"' -o $@ $(srcdir)/Python/getplatform.c
  517.  
  518. Python/importdl.o: $(srcdir)/Python/importdl.c
  519.         $(CC) -c $(PY_CFLAGS) -I$(DLINCLDIR) -o $@ $(srcdir)/Python/importdl.c
  520.  
  521. Objects/unicodectype.o:    $(srcdir)/Objects/unicodectype.c \
  522.                 $(srcdir)/Objects/unicodetype_db.h
  523.  
  524. ############################################################################
  525. # Header files
  526.  
  527. PYTHON_HEADERS= \
  528.         Include/Python.h \
  529.         Include/Python-ast.h \
  530.         Include/asdl.h \
  531.         Include/abstract.h \
  532.         Include/boolobject.h \
  533.         Include/bufferobject.h \
  534.         Include/ceval.h \
  535.         Include/classobject.h \
  536.         Include/cobject.h \
  537.         Include/code.h \
  538.         Include/codecs.h \
  539.         Include/compile.h \
  540.         Include/complexobject.h \
  541.         Include/descrobject.h \
  542.         Include/dictobject.h \
  543.         Include/enumobject.h \
  544.         Include/genobject.h \
  545.         Include/fileobject.h \
  546.         Include/floatobject.h \
  547.         Include/funcobject.h \
  548.         Include/import.h \
  549.         Include/intobject.h \
  550.         Include/intrcheck.h \
  551.         Include/iterobject.h \
  552.         Include/listobject.h \
  553.         Include/longobject.h \
  554.         Include/methodobject.h \
  555.         Include/modsupport.h \
  556.         Include/moduleobject.h \
  557.         Include/object.h \
  558.         Include/objimpl.h \
  559.         Include/patchlevel.h \
  560.         Include/pyarena.h \
  561.         Include/pydebug.h \
  562.         Include/pyerrors.h \
  563.         Include/pyfpe.h \
  564.         Include/pymem.h \
  565.         Include/pyport.h \
  566.         Include/pystate.h \
  567.         Include/pythonrun.h \
  568.         Include/rangeobject.h \
  569.                 Include/setobject.h \
  570.         Include/sliceobject.h \
  571.         Include/stringobject.h \
  572.         Include/structseq.h \
  573.         Include/structmember.h \
  574.         Include/symtable.h \
  575.         Include/sysmodule.h \
  576.         Include/traceback.h \
  577.         Include/tupleobject.h \
  578.         Include/unicodeobject.h \
  579.         Include/weakrefobject.h \
  580.         pyconfig.h
  581.  
  582. $(LIBRARY_OBJS) $(MODOBJS) Modules/python.o: $(PYTHON_HEADERS)
  583.  
  584.  
  585. ######################################################################
  586.  
  587. # Test the interpreter (twice, once without .pyc files, once with)
  588. # In the past, we've had problems where bugs in the marshalling or
  589. # elsewhere caused bytecode read from .pyc files to behave differently
  590. # than bytecode generated directly from a .py source file.  Sometimes
  591. # the bytecode read from a .pyc file had the bug, somtimes the directly
  592. # generated bytecode.  This is sometimes a very shy bug needing a lot of
  593. # sample data.
  594.  
  595. TESTOPTS=    -l $(EXTRATESTOPTS)
  596. TESTPROG=    $(srcdir)/Lib/test/regrtest.py
  597. TESTPYTHON=    $(RUNSHARED) ./$(BUILDPYTHON) -E -tt
  598. test:        all platform
  599.         -find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f
  600.         -$(TESTPYTHON) $(TESTPROG) $(TESTOPTS)
  601.         $(TESTPYTHON) $(TESTPROG) $(TESTOPTS)
  602.  
  603. testall:    all platform
  604.         -find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f
  605.         -$(TESTPYTHON) $(TESTPROG) $(TESTOPTS) -uall
  606.         $(TESTPYTHON) $(TESTPROG) $(TESTOPTS) -uall
  607.  
  608. #  Run the unitests for both architectures in a Universal build on OSX
  609. #  Must be run on an Intel box.
  610. testuniversal:    all platform
  611.         if [ `arch` != 'i386' ];then \
  612.             echo "This can only be used on OSX/i386" ;\
  613.             exit 1 ;\
  614.         fi
  615.         -find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f
  616.         -$(TESTPYTHON) $(TESTPROG) $(TESTOPTS) -uall
  617.         $(TESTPYTHON) $(TESTPROG) $(TESTOPTS) -uall
  618.         $(RUNSHARED) /usr/libexec/oah/translate ./$(BUILDPYTHON) -E -tt $(TESTPROG) $(TESTOPTS) -uall
  619.  
  620.  
  621. # Like testall, but with a single pass only
  622. # run an optional script to include some information about the build environment
  623. buildbottest:    all platform
  624.         -@if which pybuildbot.identify >/dev/null 2>&1; then \
  625.             pybuildbot.identify "CC='$(CC)'" "CXX='$(CXX)'"; \
  626.         fi
  627.         $(TESTPYTHON) $(TESTPROG) $(TESTOPTS) -uall -rw
  628.  
  629. QUICKTESTOPTS=    $(TESTOPTS) -x test_thread test_signal test_strftime \
  630.         test_unicodedata test_re test_sre test_select test_poll \
  631.         test_linuxaudiodev test_struct test_sunaudiodev test_zlib
  632. quicktest:    all platform
  633.         -find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f
  634.         -$(TESTPYTHON) $(TESTPROG) $(QUICKTESTOPTS)
  635.         $(TESTPYTHON) $(TESTPROG) $(QUICKTESTOPTS)
  636.  
  637. MEMTESTOPTS=    $(QUICKTESTOPTS) -x test_dl test___all__ test_fork1 \
  638.         test_longexp
  639. memtest:    all platform
  640.         -rm -f $(srcdir)/Lib/test/*.py[co]
  641.         -$(TESTPYTHON) $(TESTPROG) $(MEMTESTOPTS)
  642.         $(TESTPYTHON) $(TESTPROG) $(MEMTESTOPTS)
  643.  
  644. # Install everything
  645. install:     altinstall bininstall maninstall 
  646.  
  647. # Install almost everything without disturbing previous versions
  648. altinstall:     altbininstall libinstall inclinstall libainstall \
  649.                 sharedinstall oldsharedinstall 
  650.  
  651. # Install shared libraries enabled by Setup
  652. DESTDIRS=    $(exec_prefix) $(LIBDIR) $(BINLIBDEST) $(DESTSHARED)
  653.  
  654. oldsharedinstall: $(DESTSHARED) $(SHAREDMODS)
  655.         @for i in X $(SHAREDMODS); do \
  656.           if test $$i != X; then \
  657.             echo $(INSTALL_SHARED) $$i $(DESTSHARED)/`basename $$i`; \
  658.             $(INSTALL_SHARED) $$i $(DESTDIR)$(DESTSHARED)/`basename $$i`; \
  659.           fi; \
  660.         done
  661.  
  662. $(DESTSHARED):
  663.         @for i in $(DESTDIRS); \
  664.         do \
  665.             if test ! -d $(DESTDIR)$$i; then \
  666.                 echo "Creating directory $$i"; \
  667.                 $(INSTALL) -d -m $(DIRMODE) $(DESTDIR)$$i; \
  668.             else    true; \
  669.             fi; \
  670.         done
  671.  
  672.  
  673. # Install the interpreter (by creating a hard link to python$(VERSION))
  674. bininstall:    altbininstall
  675.     -if test -f $(DESTDIR)$(BINDIR)/$(PYTHON) -o -h $(DESTDIR)$(BINDIR)/$(PYTHON); \
  676.     then rm -f $(DESTDIR)$(BINDIR)/$(PYTHON); \
  677.     else true; \
  678.     fi
  679.     (cd $(DESTDIR)$(BINDIR); $(LN) python$(VERSION)$(EXE) $(PYTHON))
  680.     -rm -f $(DESTDIR)$(BINDIR)/python-config
  681.     (cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)-config python-config)
  682.  
  683. # Install the interpreter with $(VERSION) affixed
  684. # This goes into $(exec_prefix)
  685. altbininstall:    $(BUILDPYTHON)
  686.     @for i in $(BINDIR) $(LIBDIR); \
  687.     do \
  688.         if test ! -d $(DESTDIR)$$i; then \
  689.             echo "Creating directory $$i"; \
  690.             $(INSTALL) -d -m $(DIRMODE) $(DESTDIR)$$i; \
  691.         else    true; \
  692.         fi; \
  693.     done
  694.     $(INSTALL_PROGRAM) $(BUILDPYTHON) $(DESTDIR)$(BINDIR)/python$(VERSION)$(EXE)
  695.     if test -f libpython$(VERSION)$(SO); then \
  696.         if test "$(SO)" = .dll; then \
  697.             $(INSTALL_SHARED) libpython$(VERSION)$(SO) $(DESTDIR)$(BINDIR); \
  698.         else \
  699.             $(INSTALL_SHARED) libpython$(VERSION)$(SO) $(DESTDIR)$(LIBDIR)/$(INSTSONAME); \
  700.             if test libpython$(VERSION)$(SO) != $(INSTSONAME); then \
  701.                 (cd $(DESTDIR)$(LIBDIR); $(LN) -sf $(INSTSONAME) libpython$(VERSION)$(SO)); \
  702.             fi \
  703.         fi; \
  704.     else    true; \
  705.     fi
  706.  
  707. # Install the manual page
  708. maninstall:
  709.     @for i in $(MANDIR) $(MANDIR)/man1; \
  710.     do \
  711.         if test ! -d $(DESTDIR)$$i; then \
  712.             echo "Creating directory $$i"; \
  713.             $(INSTALL) -d -m $(DIRMODE) $(DESTDIR)$$i; \
  714.         else    true; \
  715.         fi; \
  716.     done
  717.     $(INSTALL_DATA) $(srcdir)/Misc/python.man \
  718.         $(DESTDIR)$(MANDIR)/man1/python.1
  719.  
  720. # Install the library
  721. PLATDIR=    plat-$(MACHDEP)
  722. EXTRAPLATDIR= 
  723. EXTRAMACHDEPPATH=
  724. MACHDEPS=    $(PLATDIR) $(EXTRAPLATDIR)
  725. XMLLIBSUBDIRS=  xml xml/dom xml/etree xml/parsers xml/sax
  726. PLATMACDIRS= plat-mac plat-mac/Carbon plat-mac/lib-scriptpackages \
  727.     plat-mac/lib-scriptpackages/_builtinSuites \
  728.     plat-mac/lib-scriptpackages/CodeWarrior \
  729.     plat-mac/lib-scriptpackages/Explorer \
  730.     plat-mac/lib-scriptpackages/Finder \
  731.     plat-mac/lib-scriptpackages/Netscape \
  732.     plat-mac/lib-scriptpackages/StdSuites \
  733.     plat-mac/lib-scriptpackages/SystemEvents \
  734.     plat-mac/lib-scriptpackages/Terminal 
  735. PLATMACPATH=:plat-mac:plat-mac/lib-scriptpackages
  736. LIBSUBDIRS=    lib-tk site-packages test test/output test/data \
  737.         test/decimaltestdata \
  738.         encodings compiler hotshot \
  739.         email email/mime email/test email/test/data \
  740.         sqlite3 sqlite3/test \
  741.         logging bsddb bsddb/test csv wsgiref \
  742.         ctypes ctypes/test ctypes/macholib idlelib idlelib/Icons \
  743.         distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \
  744.         setuptools setuptools/command setuptools/tests setuptools.egg-info \
  745.         curses $(MACHDEPS)
  746. libinstall:    $(BUILDPYTHON) $(srcdir)/Lib/$(PLATDIR)
  747.     @for i in $(SCRIPTDIR) $(LIBDEST); \
  748.     do \
  749.         if test ! -d $(DESTDIR)$$i; then \
  750.             echo "Creating directory $$i"; \
  751.             $(INSTALL) -d -m $(DIRMODE) $(DESTDIR)$$i; \
  752.         else    true; \
  753.         fi; \
  754.     done
  755.     @for d in $(LIBSUBDIRS); \
  756.     do \
  757.         a=$(srcdir)/Lib/$$d; \
  758.         if test ! -d $$a; then continue; else true; fi; \
  759.         b=$(LIBDEST)/$$d; \
  760.         if test ! -d $(DESTDIR)$$b; then \
  761.             echo "Creating directory $$b"; \
  762.             $(INSTALL) -d -m $(DIRMODE) $(DESTDIR)$$b; \
  763.         else    true; \
  764.         fi; \
  765.     done
  766.     @for i in $(srcdir)/Lib/*.py $(srcdir)/Lib/*.doc $(srcdir)/Lib/*.egg-info ; \
  767.     do \
  768.         if test -x $$i; then \
  769.             $(INSTALL_SCRIPT) $$i $(DESTDIR)$(LIBDEST); \
  770.             echo $(INSTALL_SCRIPT) $$i $(LIBDEST); \
  771.         else \
  772.             $(INSTALL_DATA) $$i $(DESTDIR)$(LIBDEST); \
  773.             echo $(INSTALL_DATA) $$i $(LIBDEST); \
  774.         fi; \
  775.     done
  776.     @for d in $(LIBSUBDIRS); \
  777.     do \
  778.         a=$(srcdir)/Lib/$$d; \
  779.         if test ! -d $$a; then continue; else true; fi; \
  780.         if test `ls $$a | wc -l` -lt 1; then continue; fi; \
  781.         b=$(LIBDEST)/$$d; \
  782.         for i in $$a/*; \
  783.         do \
  784.             case $$i in \
  785.             *CVS) ;; \
  786.             *.py[co]) ;; \
  787.             *.orig) ;; \
  788.             *~) ;; \
  789.             *) \
  790.                 if test -d $$i; then continue; fi; \
  791.                 if test -x $$i; then \
  792.                     echo $(INSTALL_SCRIPT) $$i $$b; \
  793.                     $(INSTALL_SCRIPT) $$i $(DESTDIR)$$b; \
  794.                 else \
  795.                     echo $(INSTALL_DATA) $$i $$b; \
  796.                     $(INSTALL_DATA) $$i $(DESTDIR)$$b; \
  797.                 fi;; \
  798.             esac; \
  799.         done; \
  800.     done
  801.     $(INSTALL_DATA) $(srcdir)/LICENSE $(DESTDIR)$(LIBDEST)/LICENSE.txt
  802.     PYTHONPATH=$(DESTDIR)$(LIBDEST)  $(RUNSHARED) \
  803.         ./$(BUILDPYTHON) -Wi -tt $(DESTDIR)$(LIBDEST)/compileall.py \
  804.         -d $(LIBDEST) -f \
  805.         -x 'bad_coding|badsyntax|site-packages' $(DESTDIR)$(LIBDEST)
  806.     PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
  807.         ./$(BUILDPYTHON) -Wi -tt -O $(DESTDIR)$(LIBDEST)/compileall.py \
  808.         -d $(LIBDEST) -f \
  809.         -x 'bad_coding|badsyntax|site-packages' $(DESTDIR)$(LIBDEST)
  810.     -PYTHONPATH=$(DESTDIR)$(LIBDEST)  $(RUNSHARED) \
  811.         ./$(BUILDPYTHON) -Wi -t $(DESTDIR)$(LIBDEST)/compileall.py \
  812.         -d $(LIBDEST)/site-packages -f \
  813.         -x badsyntax $(DESTDIR)$(LIBDEST)/site-packages
  814.     -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
  815.         ./$(BUILDPYTHON) -Wi -t -O $(DESTDIR)$(LIBDEST)/compileall.py \
  816.         -d $(LIBDEST)/site-packages -f \
  817.         -x badsyntax $(DESTDIR)$(LIBDEST)/site-packages
  818.  
  819. # Create the PLATDIR source directory, if one wasn't distributed..
  820. $(srcdir)/Lib/$(PLATDIR):
  821.     mkdir $(srcdir)/Lib/$(PLATDIR)
  822.     cp $(srcdir)/Lib/plat-generic/regen $(srcdir)/Lib/$(PLATDIR)/regen
  823.     export PATH; PATH="`pwd`:$$PATH"; \
  824.     export PYTHONPATH; PYTHONPATH="`pwd`/Lib"; \
  825.     export DYLD_FRAMEWORK_PATH; DYLD_FRAMEWORK_PATH="`pwd`"; \
  826.     export EXE; EXE="$(BUILDEXE)"; \
  827.     cd $(srcdir)/Lib/$(PLATDIR); ./regen
  828.  
  829. # Install the include files
  830. INCLDIRSTOMAKE=$(INCLUDEDIR) $(CONFINCLUDEDIR) $(INCLUDEPY) $(CONFINCLUDEPY)
  831. inclinstall:
  832.     @for i in $(INCLDIRSTOMAKE); \
  833.     do \
  834.         if test ! -d $(DESTDIR)$$i; then \
  835.             echo "Creating directory $$i"; \
  836.             $(INSTALL) -d -m $(DIRMODE) $(DESTDIR)$$i; \
  837.         else    true; \
  838.         fi; \
  839.     done
  840.     @for i in $(srcdir)/Include/*.h; \
  841.     do \
  842.         echo $(INSTALL_DATA) $$i $(INCLUDEPY); \
  843.         $(INSTALL_DATA) $$i $(DESTDIR)$(INCLUDEPY); \
  844.     done
  845.     $(INSTALL_DATA) pyconfig.h $(DESTDIR)$(CONFINCLUDEPY)/pyconfig.h
  846.  
  847. # Install the library and miscellaneous stuff needed for extending/embedding
  848. # This goes into $(exec_prefix)$(DEBUG_EXT)
  849. LIBPL=        $(LIBP)/config$(DEBUG_EXT)
  850. libainstall:    all
  851.     @for i in $(LIBDIR) $(LIBP) $(LIBPL); \
  852.     do \
  853.         if test ! -d $(DESTDIR)$$i; then \
  854.             echo "Creating directory $$i"; \
  855.             $(INSTALL) -d -m $(DIRMODE) $(DESTDIR)$$i; \
  856.         else    true; \
  857.         fi; \
  858.     done
  859.     @if test -d $(LIBRARY); then :; else \
  860.         if test "$(PYTHONFRAMEWORKDIR)" = no-framework; then \
  861.             if test "$(SO)" = .dll; then \
  862.                 $(INSTALL_DATA) $(LDLIBRARY) $(DESTDIR)$(LIBPL) ; \
  863.             else \
  864.                 $(INSTALL_DATA) $(LIBRARY) $(DESTDIR)$(LIBPL)/$(LIBRARY) ; \
  865.                 $(RANLIB) $(DESTDIR)$(LIBPL)/$(LIBRARY) ; \
  866.             fi; \
  867.         else \
  868.             echo Skip install of $(LIBRARY) - use make frameworkinstall; \
  869.         fi; \
  870.     fi
  871.     $(INSTALL_DATA) Modules/config.c $(DESTDIR)$(LIBPL)/config.c
  872.     $(INSTALL_DATA) Modules/python.o $(DESTDIR)$(LIBPL)/python.o
  873.     $(INSTALL_DATA) $(srcdir)/Modules/config.c.in $(DESTDIR)$(LIBPL)/config.c.in
  874.     $(INSTALL_DATA) Makefile $(DESTDIR)$(LIBPL)/Makefile
  875.     $(INSTALL_DATA) Modules/Setup $(DESTDIR)$(LIBPL)/Setup
  876.     $(INSTALL_DATA) Modules/Setup.local $(DESTDIR)$(LIBPL)/Setup.local
  877.     $(INSTALL_DATA) Modules/Setup.config $(DESTDIR)$(LIBPL)/Setup.config
  878.     $(INSTALL_SCRIPT) $(srcdir)/Modules/makesetup $(DESTDIR)$(LIBPL)/makesetup
  879.     $(INSTALL_SCRIPT) $(srcdir)/install-sh $(DESTDIR)$(LIBPL)/install-sh
  880.     # Substitution happens here, as the completely-expanded BINDIR
  881.     # is not available in configure
  882.     sed -e "s,@EXENAME@,$(BINDIR)/python$(VERSION)$(EXE)," < $(srcdir)/Misc/python-config.in >python-config
  883.     $(INSTALL_SCRIPT) python-config $(DESTDIR)$(BINDIR)/python$(VERSION)-config
  884.     rm python-config
  885.     @if [ -s Modules/python.exp -a \
  886.         "`echo $(MACHDEP) | sed 's/^\(...\).*/\1/'`" = "aix" ]; then \
  887.         echo; echo "Installing support files for building shared extension modules on AIX:"; \
  888.         $(INSTALL_DATA) Modules/python.exp        \
  889.                 $(DESTDIR)$(LIBPL)/python.exp;        \
  890.         echo; echo "$(LIBPL)/python.exp";        \
  891.         $(INSTALL_SCRIPT) $(srcdir)/Modules/makexp_aix    \
  892.                 $(DESTDIR)$(LIBPL)/makexp_aix;        \
  893.         echo "$(LIBPL)/makexp_aix";            \
  894.         $(INSTALL_SCRIPT) $(srcdir)/Modules/ld_so_aix    \
  895.                 $(DESTDIR)$(LIBPL)/ld_so_aix;        \
  896.         echo "$(LIBPL)/ld_so_aix";            \
  897.         echo; echo "See Misc/AIX-NOTES for details.";    \
  898.     else true; \
  899.     fi
  900.     @case "$(MACHDEP)" in beos*) \
  901.         echo; echo "Installing support files for building shared extension modules on BeOS:"; \
  902.         $(INSTALL_DATA) Misc/BeOS-NOTES $(DESTDIR)$(LIBPL)/README;    \
  903.         echo; echo "$(LIBPL)/README";            \
  904.         $(INSTALL_SCRIPT) Modules/ar_beos $(DESTDIR)$(LIBPL)/ar_beos; \
  905.         echo "$(LIBPL)/ar_beos";            \
  906.         $(INSTALL_SCRIPT) Modules/ld_so_beos $(DESTDIR)$(LIBPL)/ld_so_beos; \
  907.         echo "$(LIBPL)/ld_so_beos";            \
  908.         echo; echo "See Misc/BeOS-NOTES for details.";    \
  909.         ;; \
  910.     esac
  911.  
  912. # Install the dynamically loadable modules
  913. # This goes into $(exec_prefix)
  914. sharedinstall:
  915.     $(RUNSHARED) ./$(BUILDPYTHON) -E $(srcdir)/setup.py install \
  916.            --prefix=$(prefix) \
  917.         --install-scripts=$(BINDIR) \
  918.         --install-platlib=$(DESTSHARED) \
  919.         --root=/$(DESTDIR)
  920.  
  921. # Here are a couple of targets for MacOSX again, to install a full
  922. # framework-based Python. frameworkinstall installs everything, the
  923. # subtargets install specific parts. Much of the actual work is offloaded to
  924. # the Makefile in Mac
  925. #
  926. #
  927. # This target is here for backward compatiblity, previous versions of Python
  928. # hadn't integrated framework installation in the normal install process.
  929. frameworkinstall: install
  930.  
  931. # On install, we re-make the framework
  932. # structure in the install location, /Library/Frameworks/ or the argument to
  933. # --enable-framework. If --enable-framework has been specified then we have
  934. # automatically set prefix to the location deep down in the framework, so we
  935. # only have to cater for the structural bits of the framework.
  936.  
  937. frameworkinstallframework: frameworkinstallstructure install frameworkinstallmaclib
  938.  
  939. frameworkinstallstructure:    $(LDLIBRARY)
  940.     @if test "$(PYTHONFRAMEWORKDIR)" = no-framework; then \
  941.         echo Not configured with --enable-framework; \
  942.         exit 1; \
  943.     else true; \
  944.     fi
  945.     @for i in $(prefix)/Resources/English.lproj $(prefix)/lib; do\
  946.         if test ! -d $(DESTDIR)$$i; then \
  947.             echo "Creating directory $(DESTDIR)$$i"; \
  948.             $(INSTALL) -d -m $(DIRMODE) $(DESTDIR)$$i; \
  949.         else    true; \
  950.         fi; \
  951.     done
  952.     $(LN) -fsn include/python$(VERSION) $(DESTDIR)$(prefix)/Headers
  953.     $(INSTALL_DATA) $(RESSRCDIR)/Info.plist $(DESTDIR)$(prefix)/Resources/Info.plist
  954.     $(INSTALL_DATA) $(RESSRCDIR)/version.plist $(DESTDIR)$(prefix)/Resources/version.plist
  955.     $(INSTALL_DATA) $(RESSRCDIR)/English.lproj/InfoPlist.strings \
  956.         $(DESTDIR)$(prefix)/Resources/English.lproj/InfoPlist.strings
  957.     $(LN) -fsn $(VERSION) $(DESTDIR)$(PYTHONFRAMEWORKINSTALLDIR)/Versions/Current
  958.     $(LN) -fsn Versions/Current/Python $(DESTDIR)$(PYTHONFRAMEWORKINSTALLDIR)/Python
  959.     $(LN) -fsn Versions/Current/Headers $(DESTDIR)$(PYTHONFRAMEWORKINSTALLDIR)/Headers
  960.     $(LN) -fsn Versions/Current/Resources $(DESTDIR)$(PYTHONFRAMEWORKINSTALLDIR)/Resources
  961.     $(INSTALL_SHARED) $(LDLIBRARY) $(DESTDIR)$(PYTHONFRAMEWORKPREFIX)/$(LDLIBRARY)
  962.  
  963. # This installs Mac/Lib into the framework
  964. # Install a number of symlinks to keep software that expects a normal unix
  965. # install (which includes python-config) happy.
  966. frameworkinstallmaclib:
  967.     ln -fs "../../../Python" "$(DESTDIR)$(prefix)/lib/python$(VERSION)/config/libpython$(VERSION).a"
  968.     cd Mac && $(MAKE) installmacsubtree DESTDIR="$(DESTDIR)"
  969.  
  970. # This installs the IDE, the Launcher and other apps into /Applications
  971. frameworkinstallapps:
  972.     cd Mac && $(MAKE) installapps DESTDIR="$(DESTDIR)"
  973.  
  974. # This install the unix python and pythonw tools in /usr/local/bin
  975. frameworkinstallunixtools:
  976.     cd Mac && $(MAKE) installunixtools DESTDIR="$(DESTDIR)"
  977.  
  978. frameworkaltinstallunixtools:
  979.     cd Mac && $(MAKE) altinstallunixtools DESTDIR="$(DESTDIR)"
  980.  
  981. # This installs the Demos and Tools into the applications directory.
  982. # It is not part of a normal frameworkinstall
  983. frameworkinstallextras:
  984.     cd Mac && Make installextras DESTDIR="$(DESTDIR)"
  985.  
  986. # This installs a few of the useful scripts in Tools/scripts
  987. scriptsinstall:
  988.     SRCDIR=$(srcdir) $(RUNSHARED) \
  989.     ./$(BUILDPYTHON) $(srcdir)/Tools/scripts/setup.py install \
  990.     --prefix=$(prefix) \
  991.     --install-scripts=$(BINDIR) \
  992.     --root=/$(DESTDIR)
  993.  
  994. # Build the toplevel Makefile
  995. Makefile.pre: Makefile.pre.in config.status
  996.     CONFIG_FILES=Makefile.pre CONFIG_HEADERS= $(SHELL) config.status
  997.     $(MAKE) -f Makefile.pre Makefile
  998.  
  999. # Run the configure script.
  1000. config.status:    $(srcdir)/configure
  1001.     $(SHELL) $(srcdir)/configure $(CONFIG_ARGS)
  1002.  
  1003. .PRECIOUS: config.status $(BUILDPYTHON) Makefile Makefile.pre
  1004.  
  1005. # Some make's put the object file in the current directory
  1006. .c.o:
  1007.     $(CC) -c $(PY_CFLAGS) -o $@ $<
  1008.  
  1009. # Run reindent on the library
  1010. reindent:
  1011.     ./python$(EXEEXT) $(srcdir)/Tools/scripts/reindent.py -r $(srcdir)/Lib
  1012.  
  1013. # Rerun configure with the same options as it was run last time,
  1014. # provided the config.status script exists
  1015. recheck:
  1016.     $(SHELL) config.status --recheck
  1017.     $(SHELL) config.status
  1018.  
  1019. # Rebuild the configure script from configure.in; also rebuild pyconfig.h.in
  1020. autoconf:
  1021.     (cd $(srcdir); autoconf)
  1022.     (cd $(srcdir); autoheader)
  1023.  
  1024. # Create a tags file for vi
  1025. tags::
  1026.     cd $(srcdir); \
  1027.     ctags -w -t Include/*.h; \
  1028.     for i in $(SRCDIRS); do ctags -w -t -a $$i/*.[ch]; \
  1029.     done; \
  1030.     sort -o tags tags
  1031.  
  1032. # Create a tags file for GNU Emacs
  1033. TAGS::
  1034.     cd $(srcdir); \
  1035.     etags Include/*.h; \
  1036.     for i in $(SRCDIRS); do etags -a $$i/*.[ch]; done
  1037.  
  1038. # Sanitation targets -- clean leaves libraries, executables and tags
  1039. # files, which clobber removes those as well
  1040. pycremoval:
  1041.     find $(srcdir) -name '*.py[co]' -exec rm -f {} ';'
  1042.  
  1043. clean: pycremoval
  1044.     find . -name '*.o' -exec rm -f {} ';'
  1045.     find . -name '*.s[ol]' -exec rm -f {} ';'
  1046.     find $(srcdir)/build -name 'fficonfig.h' -exec rm -f {} ';' || true
  1047.     find $(srcdir)/build -name 'fficonfig.py' -exec rm -f {} ';' || true
  1048.  
  1049. clobber: clean
  1050.     -rm -f $(BUILDPYTHON) $(PGEN) $(LIBRARY) $(LDLIBRARY) $(DLLLIBRARY) \
  1051.         tags TAGS \
  1052.         config.cache config.log pyconfig.h Modules/config.c
  1053.     -rm -rf build platform
  1054.     -rm -rf $(PYTHONFRAMEWORKDIR)
  1055.  
  1056. # Make things extra clean, before making a distribution:
  1057. # remove all generated files, even Makefile[.pre]
  1058. # Keep configure and Python-ast.[ch], it's possible they can't be generated
  1059. distclean: clobber
  1060.     -rm -f core Makefile Makefile.pre config.status \
  1061.         Modules/Setup Modules/Setup.local Modules/Setup.config
  1062.     find $(srcdir) '(' -name '*.fdc' -o -name '*~' \
  1063.                -o -name '[@,#]*' -o -name '*.old' \
  1064.                -o -name '*.orig' -o -name '*.rej' \
  1065.                -o -name '*.bak' ')' \
  1066.                -exec rm -f {} ';'
  1067.  
  1068. # Check for smelly exported symbols (not starting with Py/_Py)
  1069. smelly: all
  1070.     nm -p $(LIBRARY) | \
  1071.         sed -n "/ [TDB] /s/.* //p" | grep -v "^_*Py" | sort -u; \
  1072.  
  1073. # Find files with funny names
  1074. funny:
  1075.     find $(DISTDIRS) -type d \
  1076.         -o -name '*.[chs]' \
  1077.         -o -name '*.py' \
  1078.         -o -name '*.doc' \
  1079.         -o -name '*.sty' \
  1080.         -o -name '*.bib' \
  1081.         -o -name '*.dat' \
  1082.         -o -name '*.el' \
  1083.         -o -name '*.fd' \
  1084.         -o -name '*.in' \
  1085.         -o -name '*.tex' \
  1086.         -o -name '*,[vpt]' \
  1087.         -o -name 'Setup' \
  1088.         -o -name 'Setup.*' \
  1089.         -o -name README \
  1090.         -o -name Makefile \
  1091.         -o -name ChangeLog \
  1092.         -o -name Repository \
  1093.         -o -name Root \
  1094.         -o -name Entries \
  1095.         -o -name Tag \
  1096.         -o -name tags \
  1097.         -o -name TAGS \
  1098.         -o -name .cvsignore \
  1099.         -o -name MANIFEST \
  1100.         -o -print
  1101.  
  1102. # Dependencies
  1103.  
  1104. Python/thread.o:  $(srcdir)/Python/thread_atheos.h $(srcdir)/Python/thread_beos.h $(srcdir)/Python/thread_cthread.h $(srcdir)/Python/thread_foobar.h $(srcdir)/Python/thread_lwp.h $(srcdir)/Python/thread_nt.h $(srcdir)/Python/thread_os2.h $(srcdir)/Python/thread_pth.h $(srcdir)/Python/thread_pthread.h $(srcdir)/Python/thread_sgi.h $(srcdir)/Python/thread_solaris.h $(srcdir)/Python/thread_wince.h
  1105.  
  1106. # Declare targets that aren't real files
  1107. .PHONY: all sharedmods oldsharedmods test quicktest memtest
  1108. .PHONY: install altinstall oldsharedinstall bininstall altbininstall
  1109. .PHONY: maninstall libinstall inclinstall libainstall sharedinstall
  1110. .PHONY: frameworkinstall frameworkinstallframework frameworkinstallstructure
  1111. .PHONY: frameworkinstallmaclib frameworkinstallapps frameworkinstallunixtools
  1112. .PHONY: frameworkaltinstallunixtools recheck autoconf clean clobber distclean 
  1113. .PHONY: smelly funny
  1114.  
  1115. # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
  1116.  
  1117. # Rules appended by makedepend
  1118.  
  1119. Modules/threadmodule.o: $(srcdir)/Modules/threadmodule.c; $(CC) $(PY_CFLAGS)  -c $(srcdir)/Modules/threadmodule.c -o Modules/threadmodule.o
  1120. Modules/threadmodule$(SO):  Modules/threadmodule.o; $(BLDSHARED)  Modules/threadmodule.o   -o Modules/threadmodule$(SO)
  1121. Modules/signalmodule.o: $(srcdir)/Modules/signalmodule.c; $(CC) $(PY_CFLAGS)  -c $(srcdir)/Modules/signalmodule.c -o Modules/signalmodule.o
  1122. Modules/signalmodule$(SO):  Modules/signalmodule.o; $(BLDSHARED)  Modules/signalmodule.o   -o Modules/signalmodule$(SO)
  1123. Modules/posixmodule.o: $(srcdir)/Modules/posixmodule.c; $(CC) $(PY_CFLAGS)  -c $(srcdir)/Modules/posixmodule.c -o Modules/posixmodule.o
  1124. Modules/posixmodule$(SO):  Modules/posixmodule.o; $(BLDSHARED)  Modules/posixmodule.o   -o Modules/posixmodule$(SO)
  1125. Modules/errnomodule.o: $(srcdir)/Modules/errnomodule.c; $(CC) $(PY_CFLAGS)  -c $(srcdir)/Modules/errnomodule.c -o Modules/errnomodule.o
  1126. Modules/errnomodule$(SO):  Modules/errnomodule.o; $(BLDSHARED)  Modules/errnomodule.o   -o Modules/errnomodule$(SO)
  1127. Modules/pwdmodule.o: $(srcdir)/Modules/pwdmodule.c; $(CC) $(PY_CFLAGS)  -c $(srcdir)/Modules/pwdmodule.c -o Modules/pwdmodule.o
  1128. Modules/pwdmodule$(SO):  Modules/pwdmodule.o; $(BLDSHARED)  Modules/pwdmodule.o   -o Modules/pwdmodule$(SO)
  1129. Modules/_sre.o: $(srcdir)/Modules/_sre.c; $(CC) $(PY_CFLAGS)  -c $(srcdir)/Modules/_sre.c -o Modules/_sre.o
  1130. Modules/_sre$(SO):  Modules/_sre.o; $(BLDSHARED)  Modules/_sre.o   -o Modules/_sre$(SO)
  1131. Modules/_codecsmodule.o: $(srcdir)/Modules/_codecsmodule.c; $(CC) $(PY_CFLAGS)  -c $(srcdir)/Modules/_codecsmodule.c -o Modules/_codecsmodule.o
  1132. Modules/_codecsmodule$(SO):  Modules/_codecsmodule.o; $(BLDSHARED)  Modules/_codecsmodule.o   -o Modules/_codecsmodule$(SO)
  1133. Modules/zipimport.o: $(srcdir)/Modules/zipimport.c; $(CC) $(PY_CFLAGS)  -c $(srcdir)/Modules/zipimport.c -o Modules/zipimport.o
  1134. Modules/zipimport$(SO):  Modules/zipimport.o; $(BLDSHARED)  Modules/zipimport.o   -o Modules/zipimport$(SO)
  1135. Modules/symtablemodule.o: $(srcdir)/Modules/symtablemodule.c; $(CC) $(PY_CFLAGS)  -c $(srcdir)/Modules/symtablemodule.c -o Modules/symtablemodule.o
  1136. Modules/_symtablemodule$(SO):  Modules/symtablemodule.o; $(BLDSHARED)  Modules/symtablemodule.o   -o Modules/_symtablemodule$(SO)
  1137. Modules/xxsubtype.o: $(srcdir)/Modules/xxsubtype.c; $(CC) $(PY_CFLAGS)  -c $(srcdir)/Modules/xxsubtype.c -o Modules/xxsubtype.o
  1138. Modules/xxsubtype$(SO):  Modules/xxsubtype.o; $(BLDSHARED)  Modules/xxsubtype.o   -o Modules/xxsubtype$(SO)
  1139.